home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / football / locale / english / exec / scheduler.data < prev    next >
Text File  |  1999-11-29  |  3KB  |  69 lines

  1. /* English Translation for Scheduler.rexx */
  2.  
  3.   var.1  = "s_error = 'ERROR :    (Scheduler)'"
  4.   var.2  = "s_t1    = 'Cannot find '"
  5.   var.3  = "s_t2    = 'Cannot write to '"
  6.   var.4  = "s_t3    = 'Cannot open '"
  7.   var.5  = "s_t4    = ' for reading/sorting.'"
  8.   var.6  = "s_t5    = ' for reading.'"
  9.   var.7  = "s_t6    = 'The number of divisions specified does not match the'"
  10.   var.8  = "s_t7    = 'number selected. The number of divisions specified'"
  11.   var.9  = "s_t8    = 'must include the ones selected BUT also, the one that'"
  12.   var.10 = "s_t9    = 'you are creating. ie, Three divisions specified, so you'"
  13.   var.11 = "s_t10   = 'change the number of divisions to FOUR.'"
  14.   var.12 = "s_t11   = 'In this league that you have tried to create, you have specified'"
  15.   var.13 = "s_t12   = ' leagues but the number was set to '"
  16.   var.14 = "s_t13   = 'The number should have been '"
  17.   var.15 = "s_t14   = ' leagues.'"
  18.   var.16 = "s_t15   = 'Schedule creation aborted.'"
  19.   var.17 = "s_t16   = 'The definition file, '"
  20.   var.18 = "s_t17   = ' has been created.'"
  21.   var.19 = "s_t18   = 'League '"
  22.   var.20 = "s_t19   = ' does not exist.'"
  23.   var.21 = "s_t20   = 'Scheduler has found that the schedule file '"
  24.   var.22 = "s_t21   = 'does not contain the correct number matches for '"
  25.   var.23 = "s_t22   = ' teams to play each other'"
  26.   var.24 = "s_t23   = ' times. It contains '"
  27.   var.25 = "s_t24   = ' matches, where as it should contain '"
  28.   var.26 = "s_t25   = ' matches.'"
  29.   var.27 = "s_t26   = 'You will have to edit the schedule file or change the settings required when'"
  30.   var.28 = "s_t27   = 'recreating the league.'"
  31.   var.29 = "s_t28   = 'The schedule file specified only has '"
  32.   var.30 = "s_t29   = ' scheduled'"
  33.   var.31 = "s_t30   = 'teams whereas there are '"
  34.   var.32 = "s_t31   = ' teams in the league.'"
  35.   var.33 = "s_t32   = 'Creation of files aborted. Re-specify correct schedule.'"
  36.   var.34 = "s_t33   = 'Cannot create temporary file in RAM:.'"
  37.   var.35 = "s_t34   = 'Cannot find temporary file in RAM:.'"
  38.   var.36 = "s_t35   = 'Report for '"
  39.   var.37 = "s_t36   = 'Created '"
  40.   var.38 = "s_t37   = ' at '"
  41.   var.39 = "s_t38   = 'Author : '"
  42.   var.40 = "s_t39   = 'Version: '"
  43.   var.41 = "s_t40   = 'Number of teams   : '"
  44.   var.42 = "s_t41   = 'Number of matches : '"
  45.   var.43 = "s_t42   = 'Win   : '"
  46.   var.44 = "s_t43   = 'Teams Relegated : '"
  47.   var.45 = "s_t44   = 'Draw  : '"
  48.   var.46 = "s_t45   = 'Play Each Team  : '"
  49.   var.47 = "s_t46   = 'Lose  : '"
  50.   var.48 = "s_t47   = 'Points Per Goals: '"
  51.   var.49 = "s_t48   = 'Teams Promoted  : '"
  52.   var.50 = "s_t49   = 'Number of Divisions : '"
  53.   var.51 = "s_t50   = '(including this league)'"
  54.   var.52 = "s_t51   = 'Other Divisions     : '"
  55.   var.53 = "s_t52   = 'Automatic Schedule created from '"
  56.   var.54 = "s_t53   = 'The number of matches exceeds 1000. Sort cannot handle it!!'"
  57.   var.55 = "s_t54   = 'Team Listing:'"
  58.   var.56 = "s_t55   = '-------------'"
  59.   var.57 = "s_t56   = 'times.'"
  60.   var.58 = "s_t57   = 'pts'"
  61.   var.59 = "s_t58   = 'Twice'"
  62.  
  63.  
  64. /* Please don't change the following lines */
  65.  
  66.   setclip('VarCount', 59)
  67.   do i = 1 to 59
  68.     call setclip('var.'i, var.i)
  69.   end